home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
GUIDECON.DIR
/
00023_Script_sc index
< prev
next >
Wrap
Text File
|
1996-02-29
|
922b
|
27 lines
on mouseDown
-- button is hardwired for speed & to eliminate ambiguous behavior
global gsGuideChannel
set the castNum of sprite 16 to the number of cast "INDEX1"
updateStage
puppetSprite gsGuideChannel, FALSE -- clear the old button
put 16 into gsGuideChannel
end
on mouseUp
-- button is hardwired for speed & to eliminate ambiguous behavior
global IndexLine, giWhichSubject, gbTOC
global gsFrameName -- frame label of subject used to go get GUIDEART.DIR
set the castNum of sprite 16 to the number of cast "INDEX2" -- hardwired to 16
updateStage
put "index1" into gsFrameName -- entry point upon return from GUIDEART.DIR
go to "index1"
put EMPTY into giWhichSubject -- hardwired to EMPTY
set gbTOC = FALSE
set SubjectLine = 0
set IndexLine = 1 -- resets index to start from beginning
GetIndexList
end